home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 June / WPCJUN97.ISO / dxrs / mgiwjun.dxr / 00003_MGIInternet Frame.ls < prev    next >
Encoding:
Text File  |  1997-04-07  |  549 b   |  26 lines

  1. on exitFrame
  2.   global IFLCanChange, browserID, IFLBrowsercounter, MGILaunch, MGISTONEON, MGIRadioON
  3.   go(the frame)
  4.   if the mouseUp then
  5.     set IFLCanChange to 1
  6.   end if
  7.   if MGILaunch <> 3 then
  8.     MGIButtonRoll()
  9.     MGIStarTurn()
  10.     if MGISTONEON <> 3 then
  11.     end if
  12.     if MGIRadioON <> 3 then
  13.       MGIRadio()
  14.     end if
  15.   end if
  16.   MGIQuitCD()
  17.   if browserID > 32 then
  18.     if IFLBrowsercounter = 2 then
  19.       MGICheckBrowser()
  20.     else
  21.       set IFLBrowsercounter to 1 + IFLBrowsercounter
  22.     end if
  23.   end if
  24.   IFLsectionWordAnimate()
  25. end
  26.